Social Media Rest Api made with Node, Typescript and Express.
You need to install Node.js and Yarn first, Then you can download this repository or clone it running this command in your terminal:
git clone https://github.com/Jeronimo-MZ/social-media-api.git
Or, if you use a SSH key registered in your GitHub account, clone this repository running:
git clone git@github.com:Jeronimo-MZ/social-media-api.git
Then install the project dependencies running:
yarn install
You can start the development server running the following command:
yarn dev
This project has some unit tests, if you make any changes to the code, you can execute them using the following command:
yarn test
This project uses the following technologies:
- ES-Lint
- Express
- Helmet
- Husky
- Insomnia
- Jest
- JWT
- Lint-Staged
- MongoDB
- Mongoose
- Morgan
- NodeJs
- Prettier
- TypeScript
- Yarn
- Yup
- More...
👤 Jerónimo Matavel
- Github: @Jeronimo-MZ
- LinkedIn: @jeronimo-matavel
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2021 Jerónimo A. Matavel Jr..
This project is MIT licensed.
Made with 💜 by Jerónimo Matavel🚀