This is a website for bulgarian recipes. It is a project for the course "Angular - Front- End" in Sofia University. The whole project is using TypeScript . The back end is written in Node.js and the database is MongoDB. The front end is written in Angular.
- Node.js
- Express.js
- MongoDB
- Mongoose
- Angular
- Clone the repository
- Run
npm install
in both theclient
andserver
folders - Run
npm run dev
in theserver
folder for a dev server. Navigate tohttp://localhost:8000/
. - Run
ng serve
in theclient
folder for a dev server. Navigate tohttp://localhost:4200/
.