A server of Product Hunt Clone, result of Starter from Rocketseat.
- Typescript
- Express
- Yup
- Cors
- Dotenv
- Mongoose
- Mongoose-paginate
# Clone repository
$ git clone https://github.com/r3nanp/huntserver.git
# Run this command at root of directory
$ yarn or npm run install
# 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>
# To run the app in your machine:
$ yarn start or npm run start
# To build the app:
$ yarn build or npm run build