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

https://github.com/timtech4u/students-info-js

A Student Information Manager for ALC built with Mongo, Express, Vuejs, Node...
https://github.com/timtech4u/students-info-js

expressjs mongodb nodejs rest-api vuejs2

Last synced: 3 months ago
JSON representation

A Student Information Manager for ALC built with Mongo, Express, Vuejs, Node...

Awesome Lists containing this project

README

          

Built Node/Express as backend API, Mongo DB as Data store and Vuejs for Frontend.

## Setup Development Machine
1. Clone the repo.

2. `cd students-info-js`

3. Open client
```
cd client
npm run dev
```

4. Open server
```
cd server
npm start
```

5. Open `http://localhost:8080` in browser