To run this server you will need one container running on your machine.
To do so, you will need to run this command:
docker run --name postgres -e POSTGRES_PASSWORD=docker -p 5433:5432 -d postgres
- Clone this repo using
https://github.com/Tech-Book/Tech-Book-Server.git
- Move to the appropriate directory:
cd Tech-Book-Server
. - Create
.env
and.env.test
files. - Run
yarn
to install dependencies. - Run
yarn start
to see the example app athttp://localhost:3000
.
To run all tests suites execute this command on the server directory:
yarn test
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.