Skip to content

Backend API for fasty-task, an app to manage your schol life.

License

Notifications You must be signed in to change notification settings

IsmaCortGtz/fasty-task-server

Repository files navigation

Fasty-Task Server
Fasty-Task Server

js-semistandard-style License: GPL v3

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.

Table of Content

Documentation 📕

You can see the documentation here.

Requirements 📋

fasty-task-server need the following to run:

Run Locally 🛠️

  1. Clone the project
  git clone https://github.com/IsmaCortGtz/fasty-task-server.git
  1. Go to the project directory
  cd fasty-task-server
  1. Install dependencies
  npm install
  1. Config .env file using this guide.

  2. Start the dev server

  npm run dev

License 🚨

This proyect is under the GPL v3 license.

License: GPL v3