Proffy is a project developed during Next Level Week 2.0, an online event made by Rocketseat
This repository is called Proffy 2.0 because it is the second version of this project, with a lot of new functionalities, for example, Login/Register system, profile and etc.
Click here to check out the project's wireframe
# Clone this repository
git clone https://github.com/tsuyusk/proffy-two
# Go to "proffy-two" folder
cd proffy-two
# Go to "server" folder
cd server
# Install dependencies
yarn
# Create a PostgreSQL database instance
docker run --name name_of_instance -e POSTGRES_PASSWORD=your_password -p 5432:5432 -d postgres
# Create a database in this instance
# Create a .env file with the same variables than '.env.example' file, filling the empty variables
# Start the server
yarn start:ts / yarn dev:server
# Go to "web" folder
cd web
# Install dependencies
yarn
# Start the "web" version
yarn start
# Access http://localhost:3000 in your browser
Made with 💜 by tsuyusk