Installation

  1. First, download or clone over repository on your machine :

$ git clone https://github.com/munafio/over.git

2. Go to the project directory and then install the dependencies using npm:

$ npm install

3. Open .env file and update the database name and credentials with yours.

4. Run database migrations :

$ npm run db:migrate

All done :)

To start the development server, run:

$ npm run dev

Last updated