An open API service indexing awesome lists of open source software.

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.

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
```