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

https://github.com/codefta/mern-todos

#MERN-project-1
https://github.com/codefta/mern-todos

Last synced: 11 months ago
JSON representation

#MERN-project-1

Awesome Lists containing this project

README

          

# Todos App
Todos App is simple app for practicing make a app with react with express (MERN Stack). I hope with this example app, all of you can rebuild app with your code style and don't _copy_ and _paste_.

### Core of the App
- Front End (HTML, CSS, React.js)
- Backend (express.js)
- Database (MongoDB)

### How to use this application
Please follow these intructions for using this app.
1. Install the app both frontend and backend `npm run install:full`
2. For running backend only `npm run dev` or `npm start` on root of project
3. For running frontend only `npm start` on frontend folder
4. For running both `npm run dev:full` on root of project.

In this app, is not provided command for production stage.

_Happy Codding!!!_