- User can Register and Login
- User can submit their Ad with images,Location, price and description.
- User can edit or delete their own ad after posting.
- Nodejs installed
- Mongo db connection
- Cloudinary Account
- Clone Project
git clone git@github.com:zaselalk/simple-classified.git
- Copy rename .env.example file as .env
- Complete following deatils on renamed file
- SECRET=Some Random Secret
- CLOUDINARY_CLOUD_NAME= Clodinary cloud name
- CLOUDINARY_KEY= Clodinary API key
- CLOUDINARY_SECRET= Clodinary API secret
- DB_URL = Mongo DB url - Default : mongodb://localhost:27017/classified
- Install dependencies with
npm install
- start application with
npm run dev
ornpm start