Skip to content

YafeiY/COMP2396

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tiancai Server Beta - local set up

Set development environment

  • Ask a teammate to send you a .env.dev file and copy .env.dev to the project folder.

Installation

Database

  • Create a postgres 9.4 docker container.
  • Set POSTGRES_URI in .env.dev according to container's access URL.
  • Create TIANCAI dastabase in postgres using TablePlus.
    1. Set host to be 127.0.0.1
    2. Set port to be the the one that configured in container's access URL

Run

  • Run npm run dev or yarn dev.
  • Api runs on localhost:1337.

Testing

  • Ask a teammate give you the latest copy of postman collections.
  • Or go ahead to set up the frontend dashboard and test via the GUI.

About

intro to java assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages