https://github.com/strader07/mern-todos
mern stack typescript todo full stack application
https://github.com/strader07/mern-todos
Last synced: 11 months ago
JSON representation
mern stack typescript todo full stack application
- Host: GitHub
- URL: https://github.com/strader07/mern-todos
- Owner: strader07
- Created: 2021-07-24T15:23:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T15:32:45.000Z (almost 5 years ago)
- Last Synced: 2025-06-01T15:03:23.829Z (about 1 year ago)
- Language: TypeScript
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mern-todos
mern stack typescript todo full stack application
## backend
```
cd todos-api
```
Set up ```nodemon.json``` file with your own mongodb credentials.
Start the server
```
yarn start
```
## frontend
```
cd todos-app
yarn start
```