A React and NodeJS chemistry study platform
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.
To run this project, be either in development or production, you'll only need to have the Yarn and MySQL installed.
Cloning the repository:
$ git clone https://github.com/Weslley-Borges/Labmistry
$ yarn install
Or, if you're dumb
$ npm install
Backend and client:
$ yarn dev
- ReactJS;
- NodeJS;
- Express;
- MySQL;
- Typescript;
- TypeORM;
- SASS;
- Yup;
- BcryptJS;