planner-api

Node.js API of Planner application.

MIT License

Stars
0
Committers
2

This is the backend of the Planner application, developed with Node.js and Fastify, using Prisma for ORM and SQLite as the database.

About 🎯

The planner-api provides a RESTful API that serves as the backend for the Planner application's frontend.

Technologies 💻

Installation 🛠

Follow the steps below to set up and run the project locally.

Steps

  1. Clone the repository:
    git clone https://github.com/MateusFS99/planner-api.git
    
  2. Navigate to the project directory:
    cd planner-api
    
  3. Install the dependencies:
    npm install
    
  4. Create a .env file at the root of the project and configure the environment variables as specified in the .env.example file.
  5. Run the Prisma migrations:
    npx prisma migrate dev
    
  6. Start the server:
    npm run dev
    

License ®️

This project is under the MIT license. Consult the LICENSE for details.