1.0.0 • Published 5 months ago

cipher-zernia v1.0.0

Weekly downloads
-
License
None
Repository
-
Last release
5 months ago

SBS Backend-V3

Requirements

You should have:

  • docker: any

Getting started - Development

Create .env file and copy this in

DATABASE_URL="postgresql://sbs:123@db:5438/sbs_db?schema=public"
PORT=5000
ACCESS_TOKEN_SECRET="sbs-backned-team_123456789!@#$%^&*()"
REFRESH_TOKEN_SECRET="()*&^%$#@!987654321_sbs-backend-team"
MAILUSERNAME=
MAILPASSWORD=
BASE_URL=http://localhost:5000

Or you can look it up in sample.env

NOTE

  • Before run docker compose, please make sure that you have .env file in root folder
  • Make sure in .env you have MAILUSERNAME, MAILPASSWORD that are provide by backend team

To get start we need to run docker compose on the root folder.

Copy command below then run it in terminal of your project

docker-compose up -d

After that we need to run docker comopose success, you can access backend using this url

http://localhost:5000

Credentail

Please look at credentail.txt file