Skip to content

EdlanioJ/moveit

Repository files navigation

Moveit

🚀 Next Level Week #4 - ReactJs (Rocketseat)


Technologies   |    Project   |    Getting Started   |    Deploy on Vercel   |    License



Moveit Home


📚 Technologies

This project was developed with the following technologies:

💻 Project

When you work for a long time in front of a screen, you have to make sure that you don't start having problems with your eyes and body while working. Therefore, you need some time to relax and do some exercise.

Moveit is a platform that control your or your team work cycle and offers some challenges that you or each member of your team can do individually in a few minutes at the end of each cycle.

⚙️ Getting Started

To run this application you will need to install: Git, Docker and Node.js + Yarn.

First, clone the repository:

  git clone https://github.com/EdlanioJ/moveit.git

  cd moveit

After, create the Google OAuth credentials and the Github OAuth App, follow instructions on the links below:

Then create a file .env.local with variables inside the .env.example and fill all variables.

Using Docker

Run:

  docker-compose up -d

Not using Docker

Create your mongo database and replace MONGODB_URI value inside .env.local with your database link.

Run:

  yarn install
  yarn dev

  or

  npm install
  npm run dev

Open http://localhost:3000 with your browser to see the result.

🚀 Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

📝 License

This project is under the MIT license. See the archive LICENSE for more details.

Made with ♥ by Edlânio Júlio.