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...
- Host: GitHub
- URL: https://github.com/timtech4u/students-info-js
- Owner: Timtech4u
- Created: 2017-10-28T03:14:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T03:21:10.000Z (over 8 years ago)
- Last Synced: 2025-01-10T17:15:19.294Z (over 1 year ago)
- Topics: expressjs, mongodb, nodejs, rest-api, vuejs2
- Language: JavaScript
- Homepage: https://insurance-saleman-elephant-51016.netlify.com/
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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