Zuid Social is a fictional and mininalist social platform where users can put up posts/articles of happenings around their locality.
This app is a MEAN stack app that showcases the following technologies:
- MongoDB/Mongoose
- ExpressJS
- Angular
- Node (NPM)
It also features:
- Authentication
- Authorisation
- Pagination
- Image uploads
- Error handling
login: test@test.com
password: testpaasword
This project was generated with Angular CLI version 13.2.2.
- Clone the repo locally.
- Run
npm install
in your terminal in the project folder. - Run
npm run serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files. - Run
npm run start:server
to the NodeJS backend for the application.