-
Notifications
You must be signed in to change notification settings - Fork 2
Instructions
kavi castelo edited this page Jun 15, 2024
·
1 revision
To get started, follow the steps below:
- Clone this repository.
- Ensure the current branch is frontend branch.
git checkout frontend
- Install required dependencies.
npm install
if something error occurred,npm i -force
- Run the frontend.
ng serve
(port 4200) - Create folder called
backend
in your device. - Clone this repository again into backend folder.
- Checkout backend branch.
git checkout backend
- Clean and install maven dependencies.
mvn clean install
- Run the backend. (port 8080)
- Read the commented instructions and setting up to local run paths. (in default, I add deployment paths)
Pre requests: Need to install mongoDB Composer
in your device.
- Frontend deployed on
netlify
- Backend deployed on
Render
(Docker deployment) - Database deployed on
mongoDB M0 atlas cluster
- Note:- Some cases backend loading time getting up to 2min. Because this is educational project and I hosted in free platforms.
- Browse this link.
- Wait to the backend is load.
- Now you are ready to go!
- Note:- This application is for whole world and it has to be a large scale database. I only added few data for only testing purposes. Follow with these data to check the app.
- Choose country - american samoa
- Choose category - art & design
- Choose consultant - kavi castelo
- Choose and enter data as you want for other forms
- Note:- Make sure to use valid and correct email address.
- Email - [email protected]
- Password - 123456
or
- Email - [email protected]
- Password - 123456
- Note:- Reception and consultant both can use these credentials and after login, store login cookies for 5 days. If you need to check login interfaces one by one, you need to log out first. after logout refresh the page, and you will navigate to the login.
- Don't change or delete any default data.
- Always use valid own emails to check the app.
- Don't do any unauthorized things.
All rights received Kavindu Kokila
© kavicastelo