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

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

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