Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donalexandro/complete-todo
My final MERN project, which includes all my actual skills for March 2021.
https://github.com/donalexandro/complete-todo
express mongodb nodejs react typescript
Last synced: 16 days ago
JSON representation
My final MERN project, which includes all my actual skills for March 2021.
- Host: GitHub
- URL: https://github.com/donalexandro/complete-todo
- Owner: DonAlexandro
- Created: 2021-03-04T12:37:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T10:15:43.000Z (over 3 years ago)
- Last Synced: 2024-10-08T19:21:29.831Z (about 1 month ago)
- Topics: express, mongodb, nodejs, react, typescript
- Language: TypeScript
- Homepage:
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Complete Todo
_Yet another todo application, but under the simple functionality is not the easiest implementation :)_This project is a consistence of all my actual skills for March 2021.
It has been written, using **M**ongoDB, **E**xpress, **R**eact (with TypeScript) and **N**odeJS.
Also, you can check server's [package.json](https://github.com/DonAlexandro/complete-todo/blob/master/package.json)
and client's [one](https://github.com/DonAlexandro/complete-todo/blob/master/client/package.json) to see lists of other packages, that I used in this app.## Available scripts
#### `npm run start`
Builds the app once. Useful, when there is a need to launch app on a real host#### `npm run serve`
Starts the development server on [http://localhost:5000](http://localhost:5000)#### `npm run client`
Runs the client development scripts#### `npm run client:build`
Runs the client production scripts#### `npm run client:install`
Installs all dependencies for a client#### `npm run dev`
Starts both the server, and the client at one time on a [http://localhost:3000](http://localhost:3000), using [concurrently](https://github.com/kimmobrunfeldt/concurrently)