/attack

Primary LanguageTypeScript

Attack Capital assignment.

for simplicity i've not used Mongodb/shared DB for this project, i've rather used inMemory variables.

Steps to run this project

Node v:18

[git clone <repository-url>](https://github.com/nitishsaini706/attack)
cd attack
cd backend
npm install
npm start

cd ..
cd frontend
npm install
npm run dev

This will run your project

On brower type localhost:3001 this will open landing page of Blog website.