Skip to content

Jullymac/my-planner-api

Repository files navigation

My planner API

GitHub package.json version (branch) Framework: AdonisJs Semantic Versioning

Table of content

Project board

You can check the progress of the project on the board in Trello.

Installation

To install the application, you'll need Git and Node.js >= v14. From your command line:

# Clone this repository
$ git clone https://github.com/Jullymac/my-planner-api.git

# Go into the repository
$ cd my-planner-api

# Install dependencies
$ npm install

Configuration

Copy .env.example file to .env and fill up all environment variables, preferably with a postgres database.

Start

You can start the application locally with the following command:

$ node ace serve --watch

It will run at http://localhost:3333

Libraries and frameworks

The main libraries and frameworks used in this project are:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published