Welcome to the repository of Planorama! The smart scheduler app driven by Artifical Intelligence and powered by Nylas
The project is built using React and Express
The project could be run locally by obtaining own keys. Here are the given steps:-
- Obtain keys after creating a Nylas Account
- Clone the repository
git clone https://github.com/aakzsh/planorama - go to the root of the project and open two terminals
cd backendthennpm ithennodemon index.js- Now that the server is started at port 9000, we can run the frontend too..
cd frontendthennpm ithennpm start- This shall run the app on port 3000. You can now interact with the application!