Skip to content

ribafs/adonis-tutorial-fitit

 
 

Repository files navigation

FItIt BACKEND API

Main Adonis js code base FitIt

  1. Requirements
  2. Installation
  3. Build Setup
  4. Official Documentation

Requirements

  1. Node.js installed
  2. Text editor such as vs code or sublime text
  3. Git - preferrably use terminal like gitbash (for windows users).
  4. Docker with Docker compose (NOT NECESSARY)
  5. Postgres
  6. A desire for knowledge and learning new things 😄

Installing on local machine

  1. Clone the repository.
  2. Change directory to the location of this repository.
  3. Create a .env file using the included .env.example as an example.

Build Setup

# install dependencies
$ npm install

# generate secret key
$ node ace key:generate

#run migrations
$ node ace migration:run

# serve on localhost:3333
 $ node ace serve --watch

# build for production and launch server
$ npm build
$ npm start

All API documentation can be found in the "Documentation" directory.

Official Documentation

For detailed explanation on how things work, check out Adonis.js docs.

About

Simple Fitness shop app to get started on using AdonisJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Shell 0.5%