Skip to content

tsuyusk/proffy-two

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proffy

Sample “License:

What is Proffy ?

Proffy is a project developed during Next Level Week 2.0, an online event made by Rocketseat

Why "Proffy 2.0" ?

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

How to run in your machine ?

Before continuing, be sure that you have:

Before following the next steps:

# Clone this repository
git clone https://github.com/tsuyusk/proffy-two

# Go to "proffy-two" folder
cd proffy-two

How to start running the server

  # 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

How to start running the web version

  # 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages