This project was created basically to learn more about the NodeJs framework. It was developed only by NodeJs with EJS views.
Access the site to project here
The Academic Profile Project allows you to share your developed applications and projects with other users. Furthemore, you can search for projects from your interest, by author or project name.
To keep this application on the localhost, you need to perform the following steps:
git clone
npm install
sudo mongod
npm start or ng serve
> keep in mind that you have MongoDB and NodeJS installed on your machine