8000 GitHub - Kadugs/bootstore-back: Backend code of the Bootstore
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Kadugs/bootstore-back

 
 

Repository files navigation

bootstore-back

Backend code of https://github.com/Kadugs/bootstore-front

Getting started

Running locally

1- Clone this repo using git clone https://github.com/Kadugs/bootstore-back.git

2- Install the npm packages npm install

3- Create a database using postgres from dump.sql file

4- Create an .env file based on .env.template

5- Run with npm run local

If you want to use automated tests, create another db named bootstore_test with the same dump and create an .env.test, then run npm run test

About

Backend code of the Bootstore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0