Skip to content

This repository contains the files associated with the completion of Sprint 1's individual task in the SE course.

Notifications You must be signed in to change notification settings

AliShady/Sprint1IndividualTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

parasite

Mini project - Sprint 1

Getting Started

  • In order to start the project you have to start a data base connection first open a new terminal (Linux) or command prompt, or git bash (Windows) and run mongod then keep this terminal open.

  • go to the Server directory and run in a new terminal

npm install
npm start
  • go to Client directory and run in a new terminal
npm install
ng serve -o
  • A web page will open on port 4200

Authors

About

This repository contians the individual task of sprint 1. It contains the store module that supports the CRUD operations. A search functionality and a simple admin system were also implemented as part of the bonus requirements.

About

This repository contains the files associated with the completion of Sprint 1's individual task in the SE course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published