-
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 install
oryarn install
-
Start the server using
npm start
ornpm run dev
- Typescript
- Node.js
- Express.js
- Mongodb
- Mongoose
- JWT Authenticatioin
(Currently still working on the frontend of the website)