Technologies | How To Use | License
This project was developed with the following technologies
To clone and run this application, you'll need Git, Node.js v10.16 or higher + Yarn v1.22 or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/TallesMMarques/my-activity.git
# Go into the frontend repository
$ cd my-activity/frontend
# Install dependencies
$ yarn install
# Run the frontend
$ yarn start
# Go into the backend repository
$ cd ../backend
# Install dependencies
$ yarn install
# Run the backend
$ yarn start
As this project uses MongoDB as a database, it is necessary to create an .env with the cluster data that you will use in the backend.
This project is under the MIT license. See the LICENSE for more information.
Made by Talles Marques 👋 Get in touch!