Skip to content

tetio/mypcs-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPCS

MyPCS is a set of Applications for creating a Port Community System using the MEAN stack.

Tech

Rest API:

Client Application

  • angular2 - Great framework for SPA
  • primeng - Visual components for angular2
  • nodejs - evented I/O for the backend

Applications under development:

  • Administration Console
  • Application for forwarders

And of course mypcs-ts itself is open source with a [public repository][dill] on GitHub.

Installation

mypcs-ts requires nodejs v6+ to run.

Download and extract the latest pre-built release.

Install the dependencies and devDependencies and start the server.

$ mongoimport --db mypcs --collection aplications --file ./app/models/applications.json

Development

Want to contribute? Great!

Preparing ddata base

$ cd mypcs-ts
$ mongoimport --db mypcs --collection aplications --file ./app/models/applications.json

For building develop version

$ cd mypcs-ts
$ npm install 
$ npm run build

For running backend

$ cd mypcs-ts
$ npm start

Todos

  • Write Tests
  • Rethink Github Save
  • Add Code Comments
  • Add Night Mode

License

MIT

Free Software, Hell Yeah!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published