-
Install MongoDB First you need to install MongoDB on your system or on docker, Please visit MonogoDB site and download it.
- docker pull mongo
- docker run -d --name YOUR_CONTAINER_NAME_HERE -p YOUR_LOCALHOST_PORT_HERE:27017 -e MONGO_INITDB_ROOT_USERNAME=YOUR_USERNAME_HERE -e MONGO_INITDB_ROOT_PASSWORD=YOUR_PASSWORD_HERE mongo
- docker exec -it YOUR_CONTAINER_NAME_HERE bash
- mongosh --username YOUR_USERNAME_HERE --password YOUR_PASSWORD_HERE
- To create database "use provider-a"
-
install NodeJS Please visit NodeJS site and download installer, Install on your system, It also install NPM or Node Package Manager
-
To Run the project
-
Clone the repo to your machine
-
Install packages in package.json by npm install
-
Run client and server seperatly using this command DEBUG=access-platform-providers:* npm start
-
Now open the browser and type the address below and you can see the running project.
client-http://localhost:4000
server-http://localhost:4001
-
-
Notifications
You must be signed in to change notification settings - Fork 1
kirankumar-Athirala/Access-Platform-Providers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published