Logo Lanfrica

INF4027-CNIC/cnic-server

Domaine:

digital infrastructure

Type de record:

software
Créateur:
INF
Hôte:
cnci is an application to digitize the system of issuing and presenting national identity cards in cameroon. This is a university project and this repository represents the server(backend) part. # cnic-server cnci is an application to digitize the system of issuing and presenting national identity cards in cameroon. This is a university project and this repository represents the server(backend) part. ## start the project To run the project, you need to have `nodejs` install on your local machin. ### step 1 : clone the project localy ```bash git clone github.com ``` ### step 2: navigate to the root folder of the project ```bash cd cnic-server ``` ### step 3: install dependencies ```bash npm install ``` or ```bash yarn install ``` ### Step 4: Run the project ```bash npm start:dev ``` or ```bash yarn start:dev ``` ## Checkout the API documentation To chekout the API documentation, once your application is running navigate to this address on your browser ```bash localhost ```