/dravo-1

Social network for beekeepers that enables sharing data from their apiaries.

Primary LanguageJavaScript

Dravo

About the project

Under construction 🚜


Built with

Webpack

React

materialUI


Installation

Clone this repository.

Make sure you have npm and node installed on your machine, then run the following command at the root of your project folder:

npm install

This command installs a package and any packages that it depends on.

By default, this command will install all modules listed as dependencies in package.json.

Spinner

When there is no connection to the server you will see a spinning hexagon. The server is currently only available during working hours.

Endpoints

These endpoints allow you to navigate through the website:

http://localhost:5000/ Log In
http://localhost:5000/signup Sign Up
http://localhost:5000/leaderboard Leaderboard
http://localhost:5000/profile Profile

How to run

To enter development mode:

npm start

Please visit http://localhost:5000 to view the app in the browser.