-
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 -vto check the version.npm installto install app dependencies.cd ./intern-it.tn/coreto navigate to the backend app foldernodemon server.jsto 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/adminRunng servefor a dev server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files.
- nagivate to
feature/clientRunng servefor 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.








