Name | NUID |
---|---|
Naresh Agrawal | 1054600 |
Create a MyOrganization react application using the nodejs REST API
- React
- HTML
- SCSS
- Nodejs
- Express
- JavaScript
- MongoDB
- Node.js
- MongoDB
- npm
- IDE
- Clone the repository
$ git clone git@github.com:neu-mis-info6150-spring-2021/final-project-runtime-terror.git
- Navigate to
webapp
folder to run frontend stack
$ cd webapp
$ npm install
$ npm start
The frontend stack should be running and listening for HTTP requests on port 3000 on localhost. http://localhost:3000/
- Navigate to
server
folder to run backend stack
$ cd server
$ npm install
- For Development enviroment
$ npm run watch:dev
- For Production enviroment
$ npm run watch:prod
The backend stack should be running and listening for HTTP requests on port 8081 on localhost. http://localhost:8081/
The mogngodb running on port 27017 on localhost. http://localhost:27017/
Note: Detailed README will find in respective folders