Luxury Skin, Timeless Glow
- Download and install the latest version of NodeJS from: Instructions & Guide
- Download PostgreSQL Instructions & Guide
- Download Redis Instructions & Guide
- Check for your system specifications on how to start the
redis client
andpostgreSQL
locally. - Create a postgreSQL database called
ejaralux
. - You can use a tool like TablePlus to connect and visualize your database tables.
- Clone this repository using the following command:
git clone https://github.com/NjohPrince/ejaralux-backend.git
- Open cloned project folder on your code editor and install the project dependencies by running:
yarn install
-
Create a
.env.local
file and paste the content fromenv.example
file located at the root of the project folder. -
Run the db migrations and push them to the db
yarn run migrate && yarn run db:push
- Run the database default seeder
yarn run seed:categories
- Start the debvelopment server as follows:
yarn start

- More on project architecture: See here