Skip to content

rachmadideni/bookshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Start

change environment variables

- server
cd into server and make a copy of .env.example and rename it to .env

- client
cd into client and make a copy of .env.example and rename it to .env

Database

if you use docker cd into server and run the following command

docker-compose up -d

otherwise please provide your local database instance and use the configuration from the env file in the server directory

Data seeding

cd into server directory and run the following command

npm run seed

Starting the Apps (client & server)

cd into the server directory and run the following command

npm run start

open the client/web app

open your browser and navigate to the http://localhost:3000

API documentation

open your browser and navigate to the http://localhost:3001/api-docs

Releases

No releases published

Packages

No packages published

Languages