-
Clone the repo.
git clone https://github.com/ZiyanK/ts-blog -
Change directory into ts-blog-backend
cd ts-blog-backend/ -
Install the dependencies (make sure you have the dev dependenices)
npm installoryarn install -
Start the server using
npm startornpm run dev
- Typescript
- Node.js
- Express.js
- Mongodb
- Mongoose
- JWT Authenticatioin
(Currently still working on the frontend of the website)