-
This project was generated with Angular CLI version 7.3.1.
-
This my project: ITgate 2019 internship,
🅰️ platform to publish interns & offers.
- install node.js
- install mongoDB
sudo apt-get install mongo
node -v
to check the version.npm install
to install app dependencies.cd ./intern-it.tn/core
to navigate to the backend app foldernodemon server.js
to run the server. The app will automatically reload if you change any of the source files. or simply runnode server.js
.
- open your Terminal and run
mongod --port 3333
- nagivate to
feature/admin
Runng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
- nagivate to
feature/client
Runng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.