MyPCS is a set of Applications for creating a Port Community System using the MEAN stack.
Rest API:
- typescript - We love typescript
- nodejs - ...
- mongodb - ...
- express - ...
- mongoose - ...
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.
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
Want to contribute? Great!
$ cd mypcs-ts
$ mongoimport --db mypcs --collection aplications --file ./app/models/applications.json
$ cd mypcs-ts
$ npm install
$ npm run build
$ cd mypcs-ts
$ npm start
- Write Tests
- Rethink Github Save
- Add Code Comments
- Add Night Mode
MIT
Free Software, Hell Yeah!