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
- Host: GitHub
- URL: https://github.com/codefta/mern-todos
- Owner: codefta
- Created: 2020-07-10T10:15:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:33:58.000Z (over 3 years ago)
- Last Synced: 2025-05-04T12:37:21.787Z (about 1 year ago)
- Language: JavaScript
- Size: 650 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.MD
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!!!_