https://github.com/nurislam03/classassistant
Semester final project for CSE327 (Software Engineering) course at North South University.
https://github.com/nurislam03/classassistant
design-pattern jwt mongodb node react redux rest-api unit-testing
Last synced: 3 months ago
JSON representation
Semester final project for CSE327 (Software Engineering) course at North South University.
- Host: GitHub
- URL: https://github.com/nurislam03/classassistant
- Owner: nurislam03
- Created: 2018-09-25T12:17:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T19:13:01.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T19:43:26.164Z (over 1 year ago)
- Topics: design-pattern, jwt, mongodb, node, react, redux, rest-api, unit-testing
- Language: JavaScript
- Homepage: https://goo.gl/w8gzny
- Size: 12.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Class_Assistant
### To Run the app (Server Only)
##### make sure, Class_Assistant/server directory & type the following command
```sh
$ npm run app
```
### To Run the app (Client Only - React)
##### make sure, Class_Assistant/server/client directory & type the following command
```sh
$ npm start
```
### To Run the app (Server & Client concurrently)
##### make sure, Class_Assistant/server directory & type the following command
```sh
$ npm run dev
```