Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adenekan41/todolst
πA small tasks management system built with react and node
https://github.com/adenekan41/todolst
express javascript mongodb-database mongoose nodejs react
Last synced: about 2 months ago
JSON representation
πA small tasks management system built with react and node
- Host: GitHub
- URL: https://github.com/adenekan41/todolst
- Owner: adenekan41
- Created: 2020-01-20T13:03:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:55:30.000Z (about 2 years ago)
- Last Synced: 2024-12-18T06:23:26.881Z (about 2 months ago)
- Topics: express, javascript, mongodb-database, mongoose, nodejs, react
- Language: CSS
- Homepage: http://exquis.surge.sh/
- Size: 1.11 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todolst
A small tasks management system## Quick Overview
```sh
git clone https://github.com/adenekan41/exquis-app
cd exquis-app
cd client && npm install
cd server && npm install
cd client && npm start
cd server && npm start
```
If you've previously installed `create-react-app` globally via `npm install -g create-react-app`, we recommend you uninstall the package using `npm uninstall -g create-react-app` to ensure that npx always uses the latest version.### Get Started Immediately
You **donβt** need to install or configure tools like Webpack or Babel.
They are preconfigured and hidden so that you can focus on the code.Start the project, and youβre good to go.
## License
Exquis App is open source software [licensed as MIT](https://github.com/adenekan41/exquis-app).