https://github.com/mikeludemann/mern-multiple-checkboxes
An application with MongoDB, ExpressJS, React and NodeJS - Multiple Checkboxes
https://github.com/mikeludemann/mern-multiple-checkboxes
axios bootstrap checkboxes express mongodb nodejs react responsive-web-design
Last synced: about 2 months ago
JSON representation
An application with MongoDB, ExpressJS, React and NodeJS - Multiple Checkboxes
- Host: GitHub
- URL: https://github.com/mikeludemann/mern-multiple-checkboxes
- Owner: mikeludemann
- License: mit
- Created: 2019-11-26T12:21:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T13:23:22.000Z (over 6 years ago)
- Last Synced: 2026-01-03T16:22:43.161Z (5 months ago)
- Topics: axios, bootstrap, checkboxes, express, mongodb, nodejs, react, responsive-web-design
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MERN Multiple Checkboxes
An application with MongoDB, ExpressJS, React and NodeJS - Multiple Checkboxes
## Prerequisite
### Backend
```
* cd backend
* npm install
```
### Frontend
```
* cd frontend
* npm install
```
### Main
```
* npm install
* npm start
```