r3nanp / huntserver

✨A server of Product Hunt clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huntserver ✨

A server of Product Hunt Clone, result of Starter from Rocketseat.

r3nanp


Techologies used 🛠

  • Typescript
  • Express
  • Yup
  • Cors
  • Dotenv
  • Mongoose
  • Mongoose-paginate

How to run and contribute 🤔

# Clone repository

$ git clone https://github.com/r3nanp/huntserver.git
# Run this command at root of directory

$ yarn or npm run install

How to Fork the project 💪

# Create a new branch with your changes:

$ git checkout -b <branch>
# Save your changes and create a commit message telling you what you did:

$ git commit -m "<commit>"
# Submit your changes:

$ git push origin <branch>

Local settings

# To run the app in your machine:

$ yarn start or npm run start
# To build the app:

$ yarn build or npm run build

About

✨A server of Product Hunt clone


Languages

Language:TypeScript 100.0%