Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 2.06 KB

File metadata and controls

66 lines (44 loc) · 2.06 KB

Event Platform

❗ This project is online at here 😱

A simple event platform.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites

NodeJS

You need to install NodeJS on your computer before you can use "Event Platform". You can install NodeJS by following these instructions.

Once you have completed the installation process, try typing npm -v into your command line. You should get a response with the version of NodeJS.

GraphCMS

You need to have a GraphCMS account to be able to clone the database.

After creating your account, simply clone the database by clicking here.

Deploy

After clone repository, go to folder and follow this steps:

  • Create a file .env based on the file .env.example;
  • Place your settings inside the .env file;
  • Create a file codegen.yaml based on the file codegen.example.yaml;
  • Place your settings inside the .codegen.yaml file;
  • Run npm i to install dependencies;
  • Run npm run codegen;
  • Run npm run dev to start application.

Now you can use from your browser "Event Platform".

Built With

  • ReactJS
  • Vite
  • GraphQL
  • Apollo
  • GraphCMS
  • GraphQL Code Generator
  • Tailwind CSS
  • Vercel

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Based on Ignite Lab Rocketseat 🚀