Skip to content

jorgediazok/beerhome-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beer House

Web application for a client of beer delivery

Installation

First install all dependencies for frontend and backend with:

npm install

Then, in the root directory create a .env file with the following data:

PORT=5000

DB_CONNECTION=

Create a MongoDB database, and add your connection string to the DB variable in the .env file. For example:

DB_CONNECTION=mongodb+srv://yourusername:<password>@cluster1.2h1zk.mongodb.net/myFirstDatabase?retryWrites=true&w=majority

In the root directory, type and execute to start the backend:

npm start

In the client directory, type and execute to start the frontend:

npm start

Used technology

Frontend

  • React
  • Redux
  • Sass

Backend

  • Node
  • Express
  • JSON Web Token
  • CORS

Demo

If you want to see the demo of this proyect deployed, you can visit: https://beerhouse-ba.herokuapp.com/

About

Web Application for a Client of Beer Delivery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published