Responsive web application for task management
This app features all the latest tools and practices in mobile development!
- ⚛️ React Js - A JavaScript library for building user interfaces
- 💹 Node Js - A web framework for Node Js
- 📄 SQlite - A cross-platform and open-source Structured Query Language.
- 📊 Knex Js - Dependency for using the database.
- ☯️ Insomnia - HTTP request software and with open source.
- 🔄 Nodemon - Reload server automatically.
⚠️ Cors - Dependency so you don't have access to external links.- 🔀 Axios - Promise based HTTP client.
- 🔀 Images - Images from https://undraw.co/
-
Clone this repo using
git clone https://github.com/CaioHenriqueMachado/VIPER-TAKS-project.git
-
Move yourself to the appropriate directory:
cd BeTheHero
-
Run
npm
to install dependencies
- Move yourself to the backend folder:
cd server
- Run
npm start
to start the server
- Move yourself to the frontend folder:
cd web
- Run
npm start
to start the web application
This project is licensed under the MIT License - see the LICENSE page for details.