The backend for fasty-task
, an app to manage your scholar life. This backend only deploys an API
, you will need to connect it to a MongoDB
database using environment vars and use a compatible client (see my official web one).
Caution
The current version is in dev and can break some features.
You can see the documentation here.
fasty-task-server
need the following to run:
- Node.js v18+ (you can use nvm).
- npm (normally included with node.js).
- MondoDB (I recomend MongoDB Atlas).
- Clone the project
git clone https://github.com/IsmaCortGtz/fasty-task-server.git
- Go to the project directory
cd fasty-task-server
- Install dependencies
npm install
-
Config
.env
file using this guide. -
Start the dev server
npm run dev
This proyect is under the GPL v3 license.