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

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

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