RodrigoSaantos / event-platform

Application developed in the Rocketseat Ignite-Lab #2 @Rockeseat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Event Platform. | Ignite-Lab#2

Application developed in the Rocketseat Ignite-Lab #2 πŸ’»πŸš€

About β€’ Technologies β€’ Usage β€’ Contribution β€’ Author β€’ License

Home
Class-01 Class-02

πŸ“ Event Platform. | Ignite-Lab #2 β°πŸ“ˆ Loading... πŸ“

🎯 About

Application developed in the second edition of ignite-lab - @Rocketseat. Event Platform.

πŸ›  Technologies

The following tools were used in the construction of the project:

πŸ‘· Usage

Required! Install git, node and yarn (or npm).

# Clone Repository
$ git clone https://github.com/RodrigoSaantos/event-platform.git

# Go to server folder
$ cd event-platform

# Install Dependencies
$ yarn
# or
$ npm install

# updated file .example.env to your variables graphcms

# rename file .example.env to .env.local

# Run Aplication
$ yarn dev
# or
$ npm run dev

# Access localhost
http://localhost:3000

🀝 Contribution

This project is for study purposes too. All kinds of contributions are very welcome and appreciated!

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

πŸ’» Author

Rodrigo Santos

By Rodrigo Santos πŸ‘‹πŸ½ Find me:

Linkedin Badge | Gmail Badge

πŸ“ License

This project is under the MIT license.

About

Application developed in the Rocketseat Ignite-Lab #2 @Rockeseat


Languages

Language:TypeScript 99.2%Language:JavaScript 0.4%Language:HTML 0.3%Language:CSS 0.1%Language:Shell 0.0%