32 group website project
This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!
- Mongo DB
- Javascript
- Nodejs
- CSS
- Bootstrap
- Responsive design
- CRUD
$ npm install
Port is set to 3011. If you want to change port go:
index.js -> const init -> try -> app.listen(3011);
&
public -> assets -> common.js -> const url = 'http://localhost:3011';
To check out the project online, after instalation:
- npm start;
- open http://localhost:3011 in web-browser;
Agne: Github