Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 1.55 KB

README.md

File metadata and controls

48 lines (44 loc) · 1.55 KB

A React and NodeJS chemistry study platform

Content table

🚧 Caution: Men coding... 🚧

About

This application is part of a teaching project to improve learning and teaching in chemistry, besides teaching us new programming techniques, it is teaching us how to work in teams to achieve a common goal.

Starting

Prerequisites

To run this project, be either in development or production, you'll only need to have the Yarn and MySQL installed.

Installing

Cloning the repository: $ git clone https://github.com/Weslley-Borges/Labmistry $ yarn install Or, if you're dumb $ npm install

Start the application

Backend and client: $ yarn dev

Technologies